home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / deleteuser / RCS / local.mk,v < prev   
Encoding:
Text File  |  1991-12-16  |  1.0 KB  |  74 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.06.04.17.11.14;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     91.06.03.16.32.35;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     91.06.02.17.35.11;  author kupfer;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @Makefile customization for deleteuser.
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Force to be group wheel, and turn off execution permission for "other"
  33. (same as adduser).
  34. @
  35. text
  36. @#
  37. # This file is included by Makefile.  Makefile is generated automatically
  38. # by mkmf, and this file provides additional local personalization.  The
  39. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  40. # that must be included to set up various compilation stuff.
  41. #
  42.  
  43. #
  44. # Must run set-user-id to root.
  45. #
  46. INSTALLFLAGS    += -o root -g wheel -m 4774
  47.  
  48. #if empty(TM:Mds3100)
  49. CFLAGS        += -Wall
  50. #endif
  51.  
  52. #include    <$(SYSMAKEFILE)>
  53. @
  54.  
  55.  
  56. 1.2
  57. log
  58. @Turn on -Wall for non-DECstations.
  59. @
  60. text
  61. @d11 1
  62. a11 1
  63. INSTALLFLAGS    += -o root -m 4775
  64. @
  65.  
  66.  
  67. 1.1
  68. log
  69. @Initial revision
  70. @
  71. text
  72. @d13 4
  73. @
  74.